Platform Explorer / Nuxeo Platform 2023.10

Extension point implementation

Documentation

Defines the implementation of the queuing mechanism:

    <queuing class="org.nuxeo.ecm.core.work.MemoryWorkQueuing"/>

The class must be a subclass of org.nuxeo.ecm.core.work.WorkQueuing.

Not used since 2023 since Redis support has been removed, only the in memory implementation remains which is used for testing. Otherwise, StreamWorkManager is the WorkManager implementation to use and it doesn't use queuing.

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.work.api.WorkQueuingDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.